<?php
define('WP_CACHE', true);
define( 'WPCACHEHOME', '/var/www/vhosts/nathansmithrealestate.com.au/httpdocs/wp-content/plugins/wp-super-cache/' );
define('WP_AUTO_UPDATE_CORE', false);// This setting was defined by WordPress Toolkit to prevent WordPress auto-updates. Do not change it to avoid conflicts with the WordPress Toolkit auto-updates feature.
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wordpress_k' );

/** MySQL database username */
define( 'DB_USER', 'wordpress_5' );

/** MySQL database password */
define('DB_PASSWORD', 'Nathansmith!2');

/** MySQL hostname */
define( 'DB_HOST', 'localhost:3306' );

/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

/**
 * Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY', 'Ft3*Vd2Y8az+Ad-pJ[%(_hu;C@HWa)0bz]kQ%97Vlmxe|OpA6*[nj0|%3iFl|p_@');
define('SECURE_AUTH_KEY', '8|o~p~tA:0T8+Gg84048;DUpD:A!6%YC*51;G05Qx1V]t@zco]q8UP%mI-2:i9|6');
define('LOGGED_IN_KEY', '(6[F1G%yCZ![1Sl]C%+2m69|l0(B25Jw10/rr;;8t+5@IEx6CR1v6QHo]1&%JPly');
define('NONCE_KEY', '8N4O0y8-)6gDuf158rWCQ%+io4:T&c1mzhFf:AtaZ7I-+GVdP57nTz#3K_b]33*h');
define('AUTH_SALT', 'Z3no3hJ35rMR%*t3|uE22(J14XGT|o1u73PH7*_*V-Uw_cOI2HZ+S4~T6Bz|rIm4');
define('SECURE_AUTH_SALT', '4a|v6:w033|h2-xU8u0Xj|&k3HI+-5(@048N2]%1q@Ri+x[I@ORuQCd@2X![4Tg&');
define('LOGGED_IN_SALT', '*R72*t3Hju!5xgz5Ic|5772@t4~~:g:9+OFwW[I([1CmcwLX46k;5b3MC397!:F7');
define('NONCE_SALT', 'QBR8QR#y%9cFA45qz6Y7D2nOQz;vuA#s&2_mtMlSJ47W(p[47X5S-o0[cat18ik&');

/**
 * WordPress Database Table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = '1zr0Tc_';


define('WP_ALLOW_MULTISITE', false);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) )
	define( 'ABSPATH', dirname( __FILE__ ) . '/' );

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';

